home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / ASSEMBLE / 0938.ZIP / KEGELUNX.ARC / DF.DOC < prev    next >
Text File  |  1985-03-22  |  640b  |  21 lines

  1. df    - show disk free space
  2.  
  3. SYNOPSIS
  4.     df {-number} {drivespec}
  5.  
  6. DESCRIPTION
  7.     Lists the true number of bytes available on the given drive;
  8.     drivespec defaults to the current drive.
  9.     If an invalid drivespec is given, Errorlevel is set to 1.
  10.  
  11.     If the -number option is used, then if disk space is below
  12.     number kilobytes, the Errorlevel is set to 2.
  13.  
  14.     (The Errorlevel can be tested with the DOS batch file command
  15.     if errorlevel.  See \local\login.bat for an example
  16.     use of the -number option.)
  17.  
  18. FILES
  19.     \local\df.com
  20.     \local\src\df.asm
  21.